Vcenter Vcha Cluster WitnessSpec

Vcenter Vcha Cluster WitnessSpec
Vcenter Vcha Cluster WitnessSpec

The Vcenter Vcha Cluster WitnessSpec schema contains the deploy specification for the Witness Node of the VCHA cluster.

This schema was added in vSphere API 6.7.1.

JSON Example
{
    "placement": {
        "name": "string",
        "folder": "string",
        "host": "string",
        "resource_pool": "string",
        "ha_network_type": "string",
        "ha_network": "string",
        "management_network_type": "string",
        "management_network": "string",
        "storage": {
            "datastore": "string"
        }
    },
    "ha_ip": {
        "ip_family": "string",
        "ipv4": {
            "address": "string",
            "subnet_mask": "string",
            "prefix": 0
        },
        "ipv6": {
            "address": "string",
            "prefix": 0
        },
        "default_gateway": "string",
        "dns_servers": [
            "string"
        ]
    }
}
placement
Optional

Contains the placement configuration of the node.

This property was added in vSphere API 6.7.1.

If missing or null, then it is assumed that the clone will be done manually by the customer. In this case, the placement configuration for the witness node should also be omitted. Only the network configuration will be setup. Once the passive and witness nodes are cloned from the active node, the VCHA high availability is turned on.

ha_ip
Required

IP specification for the HA network.

This property was added in vSphere API 6.7.1.